home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.19941031-19941221 / 000451_news@columbia.edu_Fri Dec 16 05:44:54 1994.msg < prev    next >
Internet Message Format  |  2020-01-01  |  2KB

  1. Received: from apakabar.cc.columbia.edu by watsun.cc.columbia.edu with SMTP id AA23876
  2.   (5.65c+CU/IDA-1.4.4/HLK for <kermit.misc@watsun.cc.columbia.edu>); Fri, 16 Dec 1994 03:05:50 -0500
  3. Received: by apakabar.cc.columbia.edu id AA21651
  4.   (5.65c+CU/IDA-1.4.4/HLK for kermit.misc@watsun); Fri, 16 Dec 1994 03:05:50 -0500
  5. Newsgroups: comp.protocols.kermit.misc
  6. Path: news.columbia.edu!sol.ctr.columbia.edu!news.msfc.nasa.gov!news.larc.nasa.gov!lerc.nasa.gov!magnus.acs.ohio-state.edu!math.ohio-state.edu!uwm.edu!caen!hearst.acc.Virginia.EDU!murdoch!fulton.seas.Virginia.EDU!esh6h
  7. From: esh6h@fulton.seas.Virginia.EDU (Erik Hatcher)
  8. Subject: Re: SEND sending 0 byte file!
  9. Message-Id: <D0w2Mv.JnG@murdoch.acc.Virginia.EDU>
  10. Sender: usenet@murdoch.acc.Virginia.EDU
  11. Organization: University of Virginia
  12. References: <D0ppuE.L0u@murdoch.acc.Virginia.EDU> <3cpkvm$e1v@blackice.winternet.com>
  13. Date: Fri, 16 Dec 1994 05:44:54 GMT
  14. Lines: 30
  15. Apparently-To: kermit.misc@watsun.cc.columbia.edu
  16.  
  17. In article <3cpkvm$e1v@blackice.winternet.com>,
  18. James Sturdevant <jamess@winternet.com> wrote:
  19. >Erik Hatcher (esh6h@fulton.seas.Virginia.EDU) wrote:
  20. >
  21. >: ...
  22. >: And have a macro to send a file like this...
  23. >
  24. >:         send \$(SENDFILE_LOCAL) \%a
  25. >
  26. >Try this:
  27. >          asg \%f \$(SENDFILE_LOCAL)
  28. >          send \%f \%a
  29. >
  30. >There are smoe command which don't like to parse the long type variable
  31. >names in C-Kermit 5A.  (At least, there used to be...)
  32. >
  33.  
  34. Can't do the "asg".  I'm running in batch mode.  That's not
  35. the problem anyway.
  36.  
  37. Frank and I have discussed it and it turns out that "send"
  38. gets confused if you have a "open !read" (maybe even just
  39. "read") open.  If it's closed send works fine.
  40.  
  41.     Erik
  42. --
  43. Erik Hatcher                           + "But every now and then we just have
  44. http://fulton.seas.virginia.edu/~esh6h |  to howl with the wolves." 
  45.                                        |        - Werner Heisenberg
  46. ---------------------------------------+-------------------------------------